home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / shadez.swf / scripts / Local / Draw / CWindow_LevelUp.as < prev    next >
Text File  |  2011-08-19  |  722b  |  35 lines

  1. package Local.Draw
  2. {
  3.    import flash.geom.Point;
  4.    
  5.    public class CWindow_LevelUp extends CWindow
  6.    {
  7.        
  8.       
  9.       public var mCount:int;
  10.       
  11.       public function CWindow_LevelUp(param1:String)
  12.       {
  13.          if(true)
  14.          {
  15.             super(new Window_LevelUp(),null,new Point(0,-100));
  16.             mCount = 0;
  17.          }
  18.       }
  19.       
  20.       override public function Update() : void
  21.       {
  22.          if(true)
  23.          {
  24.             super.Update();
  25.             var _loc1_:*;
  26.             var _loc2_:* = (_loc1_ = ┬º┬ºfindproperty(mCount)).mCount + 1;
  27.             if(true)
  28.             {
  29.                _loc1_.mCount = _loc2_;
  30.             }
  31.          }
  32.       }
  33.    }
  34. }
  35.